GrapeCity ActiveReports for .NET 16.0J
DelegateCommand コンストラクタ(Action,Func<Boolean>)

GrapeCity.Viewer.Common 名前空間 > DelegateCommand クラス > DelegateCommand コンストラクタ : DelegateCommand コンストラクタ(Action,Func<Boolean>)
コマンドが実行されます。
コマンドを実行できるかどうかを決定します。
DelegateCommandクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal executeAction As Action, _
   ByVal canExecute As Func(Of Boolean) _
)
public DelegateCommand( 
   Action executeAction,
   Func<bool> canExecute
)

パラメータ

executeAction
コマンドが実行されます。
canExecute
コマンドを実行できるかどうかを決定します。
参照

DelegateCommand クラス
DelegateCommand メンバ
オーバーロード一覧